home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol A-4 / (Vol A-4) Vol. A4.iso / Games / smashing.swf / scripts / frame_111 / DoAction.as
Text File  |  2008-03-12  |  290b  |  10 lines

  1. totalLevels = 50;
  2. leftWall = gameArena._x;
  3. rightWall = gameArena._x + gameArena._width;
  4. topWall = gameArena._y;
  5. bottomWall = gameArena._y + gameArena._height;
  6. padsLeft = 3;
  7. totalBricks = 0;
  8. strGoingToLevel = new String("level" + currentLevel);
  9. bricks.gotoAndPlay(strGoingToLevel);
  10.